Added YAML object edit and result fields - fixes #1269 - #1284
Closed
philayres wants to merge 2 commits into
Closed
Conversation
philayres
force-pushed
the
yaml-object-edit-result-1269
branch
from
July 21, 2026 09:14
19e0fdc to
c7cbd0b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements #1269 by adding edit and result-field support for
yaml_object_*fields backed by text/string columns.Testing
bundle exec rspec spec/models/dynamic/field_edit_as/handler_spec.rb- 13 examples, 0 failures.app-scripts/headless_rspec.sh spec/system/dynamic_model/dynamic_model_yaml_object_spec.rb- 2 examples, 0 failures._fpa_substitution_spec.js.Fixes #1269.
Part of #1251.